home *** CD-ROM | disk | FTP | other *** search
- on(press){
- if(_root.inven._currentframe == 1)
- {
- if(_root.micon._currentframe == 40 && _root.range == true)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "That\'s a little drastic don\'t you think?";
- }
- if(_root.micon._currentframe == 1 && _root.range == true)
- {
- _root.sfx.gotoAndStop(3);
- _root.txt_number = 9;
- _root.next_dis9 = 2;
- _root.di9 = 461;
- _root.next_txt9 = "Gotcha!";
- _root.next_dis8 = 14;
- _root.di8 = 452;
- _root.next_txt8 = "Thank you! YouΓÇÖre my hero!";
- _root.next_dis7 = 2;
- _root.di7 = 453;
- _root.next_txt7 = "It was nothing. By the way, who are you? IΓÇÖve never seen you here before.";
- _root.next_dis6 = 14;
- _root.di6 = 454;
- _root.next_txt6 = "IΓÇÖm Susan. IΓÇÖm Ms BatesΓÇÖ niece.";
- _root.next_dis5 = 2;
- _root.di5 = 455;
- _root.next_txt5 = "Oh Hi! IΓÇÖm Hewitt. Ms Bates actually told me you were coming in today.";
- _root.next_dis4 = 2;
- _root.di4 = 456;
- _root.next_txt4 = "This is kind of embarrassing for me, but she was actually going to try to set us up for the dance tonight.";
- _root.next_dis3 = 14;
- _root.di3 = 457;
- _root.next_txt3 = "IΓÇÖd actually love to go! I hope you know how to dance because I love to!";
- _root.next_dis2 = 2;
- _root.di2 = 458;
- _root.next_txt2 = "Of course I know how to dance… Well, I’ll pick you up at seven tonight.";
- _root.next_dis1 = 14;
- _root.di1 = 459;
- _root.next_txt1 = "Sounds great. IΓÇÖll have my Aunt fill you in with all my information.";
- }
- if(_root.micon._currentframe == 2)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "Thats a pretty scary looking rat.";
- }
- }
- }
-